Defining RTMP sources | JW6

Embedding an RTMP stream using JW HTML Config is simply a matter of providing the full stream URL* as a source and setting the type attribute to stream/rtmp: <div class=”jw-settings” id=”my_simple_settings”>      <video id=”my_simple_video” poster=”/posters/big-buck-bunny-preview.jpg” preload=”none”>           <source src=”rtmpt://s2pchzxmtymn2k.cloudfront.net/cfx/st/mp4:sintel.mp4″ type=”stream/rtmp” />      </video> </div> This simple configuration results in the following stream being rendered … Continue reading Defining RTMP sources | JW6